home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / Apple II / HyperCardIIGS / Developer Tools / APW.Interfaces / AInclude / E16.HyperXCMD next >
Encoding:
Text File  |  1991-09-18  |  1.1 KB  |  34 lines  |  [TEXT/MPS ]

  1. ; *********************************************************
  2. ;
  3. ;  File: E16.HyperXCMD
  4. ;
  5. ;  For use with HyperCard IIGS version 1.1
  6. ;  Copyright © Apple Computer, Inc. 1990-91
  7. ;  All Rights Reserved
  8. ; *********************************************************
  9.  
  10. ; Offset constants for XCMDBlock
  11.  
  12. oxbParamCount           GEQU     0
  13. oxbParams               GEQU     2
  14. oxbReturnValue          GEQU     66
  15. oxbPassFlag             GEQU     70
  16. oxbUserID               GEQU     72
  17. oxbReturnStat           GEQU     74
  18.  
  19. ; XCMDBlock constants for event.what
  20.  
  21. xOpenEvt                GEQU     1000    ; the first event after you are created }
  22. xCloseEvt               GEQU     1001    ; your window is being forced close }
  23. xHidePalettesEvt        GEQU     1004    ; someone called HideHCPalettes }
  24. xShowPalettesEvt        GEQU     1005    ; someone called ShowHCPalettes }
  25. xCursorWithin           GEQU     1300    ; cursor is within the window }
  26.  
  27. ; XWindow styles
  28. xWindoidStyle           GEQU     0
  29. xRectStyle              GEQU     1
  30. xShadowStyle            GEQU     2
  31. xDialogStyle            GEQU     3
  32.